isCheckbox

abstract fun isCheckbox(): Boolean

Returns true if the DOM element's type attribute has the 'checkbox' value. When the return value is true, the checked state of the DOM element can be retrieved with the isChecked method and changed with the check or uncheck methods.

Throws

when this instance is closed